home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 1: Collection A / 17Bit_Collection_A.iso / files / 37.dms / 37.adf / for dave.bas < prev    next >
BASIC Source File  |  1988-05-22  |  599b  |  11 lines

  1. 30    A$ = TRANSLATE$ ("Hello dave i am the amiga personal computer unlike the s t i am perfect in every way.")
  2. 31    B$ = TRANSLATE$ ("I have built in sprites , blitters , speach synthisys and much much more.")
  3. 32    C$ = TRANSLATE$ ("I am very easy to use and I don't care what you think of me because I don't like you eather.")
  4. 33    D$ = TRANSLATE$ ("So buzz off slime guppy and have a nice day thank you for your time.")
  5. 34    E$ = TRANSLATE$ ("P S I AM VERY POLITE ALSO.")
  6. 40    X% = NARRATE (A$)
  7. 41    X% = NARRATE (B$)
  8. 42    X% = NARRATE (C$)
  9. 43    X% = NARRATE (D$)
  10. 44    X% = NARRATE (E$)
  11.